/* hero-enhance.css — v2 cleanup pass */
/* Main hero redesign styles are inline in case-study-detail.html */
.hv2-anim { will-change: opacity, transform; }

/* Neutralize old v1 enhancement classes */
.hero-animate-badge,
.hero-animate-eyebrow,
.hero-animate-title,
.hero-animate-desc,
.hero-animate-chips,
.hero-animate-cta,
.hero-animate-card {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
.cs-hero-blob-4, .cs-hero-shapes, .cs-hero-topglow { display: none; }
